home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_923 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  166 b   |  9 lines

  1. stop();
  2. playAgain_btn.onRelease = function()
  3. {
  4.    _root.score = 0;
  5.    _root.playIntro = true;
  6.    _root.playIntro2 = true;
  7.    _root.gotoAndStop("lblgame");
  8. };
  9.